get innermost exception c#

88

get innermost exception c# -

while (e.InnerException != null) e = e.InnerException;

Comments

Submit
0 Comments